ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class
The type of the items in the source collection.
The type of the items in the collection view.
Members

In This Topic
    C1WrapCollectionView<S,T> Class
    In This Topic
    Collection view which takes another collection as source.
    Object Model
    C1WrapCollectionView<S,T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1WrapCollectionView
        (Of S As Class,
         T As Class) 
       Inherits C1CollectionViewBase(Of T)
       Implements ICollectionView(Of T)ISupportCurrencyISupportEditingISupportFilteringISupportGroupingISupportIncrementalLoadingISupportRefreshingISupportSorting 
    Type Parameters
    S
    The type of the items in the source collection.
    T
    The type of the items in the collection view.
    Inheritance Hierarchy

    System.Object
       C1.CollectionView.C1CollectionViewBase<T>
          C1.CollectionView.C1WrapCollectionView<S,T>
             C1.CollectionView.C1GroupCollectionView<S>
             C1.CollectionView.C1WrapCollectionView<T>

    See Also